home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / files / close < prev    next >
Encoding:
Text File  |  1993-10-26  |  606 b   |  18 lines  |  [TEXT/$Tcl]

  1.  
  2.           close fileId
  3.  
  4.  
  5.      DESCRIPTION
  6.           Closes the file given by fileId.  FileId must be the  return
  7.           value  from a previous invocation of the open command; after
  8.           this command, it should not  be  used  anymore.   If  fileId
  9.           refers  to  a command pipeline instead of a file, then close
  10.           waits for the children to complete.  The  normal  result  of
  11.           this  command is an empty string, but errors are returned if
  12.           there are problems in closing the file or waiting for  chil-
  13.           dren to complete.
  14.  
  15.  
  16.      KEYWORDS
  17.           close, file
  18.